home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
qtools.arc
/
QEKEYS.ARC
/
QCONFIG.WP
< prev
next >
Wrap
Text File
|
1990-08-24
|
11KB
|
439 lines
* QCONFIG.WP -- Configuration file for QEDIT2 to emulate Word Perfect
*
* First Written: 6-MAY-88 Randy Brook, Seattle WA
* Revised: 17-SEP-88 Randy Brook Updated to QEdit 2.06 (InsertDate)
* 6-SEP-89 Tim Farley QEdit 2.08 & QEdit OS/2 1.0
* 3-OCT-89 Tim Farley Added back most of original keys
* that do not conflict with WP's.
* Tweaked lesser-used WP keys.
*
* ------------------------------------------------------------------------
* NOTE: WE RECOMMEND YOU PRINT THIS FILE OUT AND REFER TO IT AS YOU
* RUN THE QCONFIG PROGRAM TO CONFIGURE YOUR COPY OF QEDIT.
*
*
* ------------------------------------------------------------------------
* SEE DEFAULT QCONFIG.DAT FOR FURTHER INSTRUCTIONS ON MODIFYING THIS FILE.
*
*
* Key 1-key fcn
* --- ---------
* 2-key fcn
* ---------
*
* function key set
*
f1 Escape
f2 MacroBegin Find Pause Return "I" Return
f3 QuickHelp
f4 ToggleIndent
f5 MacroBegin EditFile "*.*"
*
* F6 (bold) has no real equivalent in QEdit, so it is left unassigned
*
f6
f7 Exit
*
* F8 (underline) has no real equivalent in QEdit, so it is left unassigned
*
f8
*
* F9 (merge 'R') has no real equivalent in QEdit. However, we can break
* the line similarly.
*
f9 MacroBegin AddLine BegLine
f10 SaveFile
* enhanced keyboard only
f11
f12 MarkCharacter
*
* Shift-F1 (Setup) has no equivalent in QEdit. So we put UnKill here
* to correspond with Cancel (F1) and UndoCursorLine (Alt-F1)
*
#f1 UnKill
#f2 MacroBegin Find Pause Return "IB" Return
#f3 NextFile
*
* Shift-F4 (>Indent<) has no equivalent in QEdit.
*
#f4
*
* QEdit's date format (which is fixed) looks like WP's format: "6 %2/%1/4"
* (except the day of the week is only three characters).
*
#f5 InsertDate
*
* Shift-F6 (Center) has no equivalent in QEdit.
*
#f6
*
* Shift-F7 (Print) takes you to QEdit's equivalent menu.
*
#f7 MacroBegin MainMenu "P"
*
* Shift-F8 (Format) encompasses many functions that have no equivalents
* in QEdit. However, we will take you to the Other menu, where you
* can set margins and tab settings.
*
#f8 MacroBegin MainMenu "O"
*
* See F9. We will do a Split Line here, which cosmetically looks similar.
*
#f9 MacroBegin SplitLine CursorDown BegLine
#f10 EditFile
* enhanced keyboard only
#f11
#f12
^f1 Shell
*
* QEdit has no spell-checker built in, so we will put "Dos" here to put it
* next to Shell. Convenient, because you could use Dos to execute an
* external spelling checker.
*
^f2 Dos
*
* Ctrl-F3 accesses the Screen menu. Go into QEdit's "Window" menu.
* (See also @F3 for Line Draw options).
*
^f3 MacroBegin MainMenu "W"
*
* Ctrl-F4 accesses the Move menu. Go into QEdit's "Block" menu.
*
^f4 MacroBegin MainMenu "B"
*
* Ctrl-F5 access the Text In/Out menu. Just read text in here.
*
^f5 ReadBlock
*
* Ctrl-F6 (Tab Align) has no equivalent in QEdit
*
^f6
*
* Ctrl-F7 (Footnote) has no equivalent in QEdit
*
^f7
*
* Ctrl-F8 (Fonts) has no equivalent. Will use Wrap Para, which is related.
*
^f8 WrapPara
*
* Ctrl-F9 (Merge/Sort) will just become Sort in QEdit. Note, this is
* menu-driven in WP. QEdit assumes you have marked a column block first.
*
^f9 Sort
^f10 MacroRecord
* enhanced keyboard only
^f11
^f12
*
* Alt-F1 (Thesaurus) has no equivalent in QEdit. So we will put UndoCursorline
* here, since it relates to Cancel (F1).
*
@f1 UndoCursorline
@f2 FindReplace
*
* Alt-F3 (Reveal Codes) has no equivalent in QEdit. So we will put Line
* drawing here, since it didn't fit on Control-F3.
*
@f3 MacroBegin ToggleBoxDraw ToggleBoxType
*
* Hitting Alt-F4 a second time places a block end marker, but you aren't
* obliged to use this feature.
*
@f4 MarkCharacter
*
* Alt-F5 (Mark Text) has no equivalent in QEdit.
* MarkBlockEnd relates to MarkCharacter above.
*
@f5 MarkBlockEnd
*
* Alt-F6 (Flush Right) has no equivalent in QEdit.
* MarkLine relates to the previous two.
*
@f6 MarkLine
*
* Alt-F7 (Math/Columns) has no equivalent in QEdit.
* MarkColumn is the closest related option, and relates to the previous 3.
*
@f7 MarkColumn
*
* Alt-F8 (Style) has no equivalent in QEdit. ToggleWordWrap is related.
*
@f8 ToggleWordWrap
*
* Alt-F9 (Graphics) has no equivalent in QEdit. We put DupLine here
* to relate to F9 and Shift-F9 (AddLine and SplitLine).
*
@f9 DupLine
*
* Alt-F10 (Macro) behaves differently in WP. We go to QEdit's Macro menu.
*
@f10 MacroBegin MainMenu "M"
* enhanced keyboard only
@f11
@f12
*
* special keys
*
cursorup CursorUp
cursordown CursorDown
cursorleft CursorLeft
cursorright CursorRight
^cursorleft WordLeft
^cursorright WordRight
home_cursorleft BegLine
home_cursorright EndLine
home_cursordown EndFile
home_cursorup BegFile
home_backspace DelLtWord
home_del DelRtWord
*
* "Extended search". In QEdit, we let him get at the options here.
* If we could do a macro on a two-key, we could guarantee direction here.
*
home_f2 Find
home_#f2 Find
end EndLine
*
* This use of GotoLine & GotoColumn is a bit of a stretch--
* in WP you just type ^home and start typing a page number.
*
^home_L GotoLine
^home_C GotoColumn
^home_^home PrevPosition
^home_cursorleft BegLine
^home_cursorup BegScreen
^home_cursordown EndScreen
^home_@f4 GotoBlockBeg
^home_f12 GotoBlockBeg
^end DelToEol
pgup PageUp
pgdn PageDown
*
* Control-PgDn goes to end of document instead of deleting to end of page
* (since QEdit does not paginate)
*
^pgdn EndFile
^pgup BegFile
#tab TabLt
tab TabRt
ins ToggleInsert
del DelCh
backspace Backspace
*
* DelRtWord "looks" wrong here, but it is exactly what WP does here.
*
^backspace DelRtWord
enter Return
^enter ExecuteScrap
escape Escape
grey* InputCh
grey+ EndScreen
grey- BegScreen
#del InputCh
#ins InputCh
` InputCh
~ InputCh
/ InputCh
^prtsc PasteOver
^2
^6
^[
^\
*
* Macro to edit the file whose name is sitting at the cursor in the editor
*
^] MacroBegin AltWordSet MarkWord Copy DefaultWordSet EditFile Paste Return
^- GetPrev
*
* ALTernate keys -- In WP, these would all be available for assignment of
* macros. We retain the default QEdit definitions, so someone using the
* manual or other documentation can rely on these keys.
*
@a DropAnchor
@b WrapPara
@c CopyBlock
@d DelLine
@e EditFile
@f MacroBegin MainMenu 'f'
@g DeleteBlock
@h QuickHelp
@i ToggleTabsOut
@j JoinLine
@k MarkColumn
@l MarkLine
@m MoveBlock
@n NextFile
@o ChangeFilename
@p MacroBegin MainMenu 'p'
@q MacroBegin MainMenu 'q'
@r ReadBlock
@s SplitLine
@t
@u UnmarkBlock
@v ToggleTabsExpand
@w WriteBlock
@x GExit
@y GSave
@z CopyOverBlock
@1 Upper
@2 Lower
@3 Flip
@4
@5
@6
@7
@8
@9
@0
@-
@= MacroBegin MarkWord Copy Find Paste Return Return
*
* control keys
*
^a WordLeft
^b_a AppendScrBuff
^b_l GetScrBuff
^b_s StoreScrBuff
^c PageDown
^d CursorRight
^e CursorUp
^f WordRight
^g DelCh
^h Backspace
^i TabRt
^j GotoLine
^k_b MarkBlockBegin
^k_c CopyBlock
^k_d Exit
^k_e EditFile
^k_f ChangeFilename
^k_h UnmarkBlock
^k_k MarkBlockEnd
^k_n NextFile
^k_p PrevFile
^k_q PQuit
^k_r ReadBlock
^k_s SaveFile
^k_t MarkWord
^k_v MoveBlock
^k_w WriteBlock
^k_x File
^k_y DeleteBlock
^k_z KillFile
^l RepeatFind
^m MacroRecord
^n SplitLine
^o_c CloseWindow
^o_l SetPrintLeftMargin
^o_n NextWindow
^o_o OneWindow
^o_p PrevWindow
^o_g GrowWindow
^o_r SetRMargin
^o_s ShrinkWindow
^o_h HorizontalWindow
^o_w ToggleWordWrap
^o_z ZoomWindow
^p Literal
^q_a FindReplace
^q_b GotoBlockBeg
* ^q_c EndFile
* ^q_d EndLine
* ^q_e BegScreen
^q_f Find
^q_i ToggleIndent
^q_k GotoBlockEnd
^q_l UndoCursorline
^q_p PrevPosition
* ^q_r BegFile
* ^q_s BegLine
^q_t ToggleSmartTabs
* ^q_x EndScreen
* ^q_y DelToEol
^r PageUp
^s CursorLeft
^t DelRtWord
^u UnKill
^v ToggleInsert
^w ScrollUp
^x CursorDown
^y DelLine
^z ScrollDown
*
* other enhanced only keys
*
@'
@,
@.
@/
@;
@[
@\
@]
@`
@backspace
@enter
@escape
@grey*
@grey+
@grey-
@grey/
@greycursordown
@greycursorleft
@greycursorright
@greycursorup
@greydel
@greyend
@greyhome
@greyins
@greypgdn
@greypgup
@greyenter
@tab
greyenter Return
^greyenter ExecuteScrap
^centercursor
^cursordown LineDown
^cursorup LineUp
^del
^grey*
^grey+
^grey-
^grey/
^ins
^tab
centercursor
*
* EOF: QCONFIG.WP
*